home *** CD-ROM | disk | FTP | other *** search
/ BCI NET / BCI NET Dec 94.iso / archives / utilities / text / port-426.lha / Port.History < prev    next >
Encoding:
Text File  |  1994-08-02  |  5.2 KB  |  145 lines

  1. Port History
  2. ~~~~~~~~~~~~
  3. V1.00  29-Jan-93
  4. - First release.
  5.  
  6. V1.01  31-Jan-93
  7. - Fixed the mistakes in documentation.
  8. - Support for more PC box drawing characters in PC->Amiga mode.
  9.  
  10. V1.10  05-Feb-93
  11. - Endspace removal.
  12. - Progress indicator.
  13.  
  14. V1.13  06-Feb-93
  15. - Shows some information relating to the size change of the textfile in the
  16.   end of conversion.
  17. - No longer gives useless linefeeds on error messages etc.
  18. - Strips CRs from the source during Amiga->PC conversion to avoid multiple
  19.   CRs.
  20.  
  21. V1.16  10-Feb-93
  22. - Pre-translation check in PC-> Amiga mode, resulting in
  23.   25% speedup.
  24. - Translation of 6 new box characters in PC-> Amiga.
  25. - New helptext design, thanks to Toni Rantala for suggesting this and
  26.   designing the preview for it.
  27.  
  28. V1.22  19-Feb-93
  29. - The upper- and lowercase modes.
  30. - Tab conversion to spaces.
  31. - Redesigned documentation.
  32. - Support for 3 new PC box characters.
  33. - Space conversion to tabs.
  34. - A bug fixed in which spaces in the end of the commandline confused Port
  35.   and caused an error.
  36.  
  37. V1.24  21-Feb-93
  38. - Code compressed and cleaned up.
  39. - Bug fixed where "spaces to tabs" didn't work right when no spacesize was
  40.   specified.
  41. - Now checks for conflicting options.
  42. - Quiet option added.
  43.  
  44. V1.25  12-Mar-93
  45. - I noticed that if the converted block exceeds twice the original, some
  46.   serious memory corruption will occur. This never happened to me, but it
  47.   would if you tried converting 1024 consecutive tabs to 9 spaces each.
  48.   (The worst possible case.) But even this can now be done without
  49.   problems.
  50. - A new conversion method was adapted for PC->Amiga, now adding new
  51.   characters won't considerably add to the size of Port.
  52. - Buffered input.  Huh, hope you enjoy it.
  53. - ^C detection.
  54. - Doesn't touch PowerPacker data files.
  55. - 9 new characters added to PC-> Amiga. Right now Port knows how to handle
  56.   nearly 40 non-ASCII characters in this mode.
  57. - Now removes any LF's from the end of the file.
  58. - No longer translates one space to a tab.
  59.  
  60. V1.28  19-Mar-93
  61. - Code rationalized reducing the size of Port.
  62. - Bugfix: Some bytes got cut off from the beginning of textfile if it's
  63.   size was less that 4 bytes.
  64. - Bugfix: Amiga->PC mode didn't form CR+LF pairs as it should have in
  65.   V1.25. Same with Amiga->SF7.
  66. - Most of the modes now use a table-conversion system.
  67. - Priorities changed for endspace removal and translation. This fixes the
  68.   bug where end-LF's didn't get removed if there were nulls or ^Z's etc.
  69. - No longer triggers anything from CR's.
  70. - Added: Make EOLs option.
  71. - Added: Automatic mode.
  72.  
  73. V1.30  27-Mar-93
  74. - Added: 13 new PC characters. 
  75. - Can no longer convert 1 space to a tab. This made no sense anyway since
  76.   one space doesn't turn into a tab.
  77.  
  78. V1.37  30-Apr-93
  79. - Added: Full PC->Amiga character support. ($80-$FF)
  80. - Added: Automatically tries for various suffixes if sourcefile isn't
  81.   found.
  82. - Added: OnlyASCII mode.
  83. - Added: Can use a directory as a destination, which causes the file to be
  84.   written there.
  85. - Changed texts.
  86. - Improved the code.
  87. - Bugfix: Slight flickering of various texts fixed.
  88. - Bugfix: Endspace removal left a space after some lines when SpacesToTabs
  89.   was on.
  90.  
  91. V1.38  19-May-93
  92. - Bugfix: A small bug in commandline handling caused big problems. (65535
  93.   bytes big to be exact. =) )
  94. - Bugfix: Crashes happening in error situations fixed, they were caused by
  95.   improper stack handling.
  96.  
  97. V1.39  4-Jun-93
  98. - Bugfix: FromPC translation table was quite messed up, fixed it. I also
  99.   made some better choices in character translation to match the original
  100.   better.
  101. - Bugfix: FromPC didn't remove CRs as it should've.
  102. - Bugfix: ToPC and ToSF7 didn't work, mode was always FromPC.
  103.  
  104. V1.46  12-Sep-93
  105. - Bugfix: Many accented characters didn't have the accents in FromPC until
  106.   now, FINALLY, the FromPC SHOULD be as good as it will get.
  107. - Now in ToPC or ToSF7, MakeEOLs also adds a CR.
  108. - Better translation of PC corner characters.
  109. - Uppercase and Lowercase modes should now support ALL characters.
  110. - Code much improved, should now be safer.
  111. - Disables break when converting to same file.
  112. - Text output buffered == much faster.
  113. - Output overflow buffering, Port now converts 10K at a time, and then
  114.   flushes the output buffer.
  115.  
  116. V2.00 R417  26-Jun-94
  117. - Changed a lot of internal things, and as a result, Port V2.00 is around
  118.   twice as fast as V1.46.
  119. - Wildcard support.
  120. - Both 68000 and 68020 versions.
  121. - Automatic decrunching of PowerPacked files.
  122. - Documentation changed to AmigaGuide format.
  123. - Sync'ed progress information, rate user adjustable.
  124. - Added a combined PC-SF7 mode.
  125. - Allocation of buffers based on free memory.
  126. - Automatic packing of output file using PowerPacker or LhA format.
  127. - Full Amiga->PC character support.
  128. - A preferences file for all options.
  129. - SF7 also converts å & Å characters.
  130. - InterNet header & ANSI strippers.
  131. - Dropped Quiet option, it really didn't affect anything.
  132. - Dropped Automatic mode, since it was very unreliable.
  133. - Progress information looks a lot better.
  134. - Port is now assembled using PhxAss, with all optimizations on.
  135. - Plus a lot of other small optimizations, changes and bug fixes.
  136.  
  137. V2.00 R422  17-Jul-94
  138. - Bugfix: ToSF7 didn't translate 'å' & 'Å'.
  139.  
  140. V2.00 R426  01-Aug-94
  141. - Bugfix: When converting on the original file, stack was mangled while
  142.   writing.
  143. - Bugfix: Null files caused Port to abort with error "not enough memory",
  144.   now they are quietly skipped.
  145.